home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////
- //
- // Source file for MainWindow0
- //
- // This file is generated by BuildXcessory. DO NOT MODIFY.
- // USE SUBCLASSING INSTEAD
- //
- // This class is a ViewKit VkWindow subclass
- //
- // If you directly modify this file, you may lose your
- // changes if it is regenerated by the builder again.
- //
- //////////////////////////////////////////////////////////////
- #include "MainWindow0.h"
- #include "Beeper.h"
-
- MainWindow0::MainWindow0(const char *name) : VkWindow (name)
- {
- Beeper* beeper= new Beeper("beeper",mainWindowWidget());
-
- addView (beeper);
- }
-
- MainWindow0::~MainWindow0()
- {
- // Empty
- }
-
- const char *MainWindow0::className()
- {
- return ("MainWindow0");
- }
-